<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 织梦园（dedeyuan.com）做最好的织梦整站模板下载网站 */
/* display none until init*/
.owl-carousel .owl-wrapper:after {
  content    : ".";
  display    : block;
  clear      : both;
  visibility : hidden;
  line-height: 0;
  height     : 0;
}

.owl-carousel {
  display         : none;
  position        : relative;
  width           : 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display          : none;
  position         : relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width   : 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition   : height 500ms ease-in-out;
  -ms-transition    : height 500ms ease-in-out;
  -o-transition     : height 500ms ease-in-out;
  transition        : height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select        : none;
  -khtml-user-select         : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/*新闻*/
.owl-demo2.owl-carousel .owl-wrapper-outer {}

.owl-demo2 {
  width     : 100%;
  margin-top: 5%;
}

/* Styling Next and Prev buttons*/
.owl-demo2.owl-theme .owl-controls {
  /* bottom:60%;*/
  height: 0;
  top   : 50%;
}

.owl-demo2.owl-theme .owl-controls .owl-pagination {
  display: none;
}

.owl-demo2.owl-theme .owl-controls .owl-buttons {
  position  : absolute;
  top       : 80%;
  margin-top: 0;
  width     : 100%;
  height    : 0;
  display   : none;
}

/*.owl-demo2.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: block;zoom: 1;*display: inline; width:22px; height:32px; text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.png) center center no-repeat; float:left;background-size:22px 32px; margin-left:0px;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right.png) center center no-repeat;float:right;background-size:22px 32px;margin-right:0px; }
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }*/

.owl-demo2.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-demo2 .item {
  margin: 0 0%;
}

.owl-demo2 .item img {
  display           : block;
  width             : 100%;
  -webkit-transform : scale(1);
  -moz-transform    : scale(1);
  -ms-transform     : scale(1);
  -o-transform      : scale(1);
  transform         : scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition   : all 0.3s ease-out 0s;
  -o-transition     : all 0.3s ease-out 0s;
  transition        : all 0.3s ease-out 0s;
}

.owl-demo2 .item dd {
  overflow: hidden;
}

/*.owl-demo3 .item dd:hover .imgs{border:1px solid #73b8e2;}*/
.owl-demo2 .item dd:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform   : scale(1.1, 1.1);
  -o-transform     : scale(1.1, 1.1);
  -ms-transform    : scale(1.1, 1.1);
  transform        : scale(1.1, 1.1);
}

.owl-demo2 .item dd .imgs {
  overflow: hidden;
  position: relative;
}

.imags1,
.imags3 {
  display: none;
}

.owl-demo2 .item dd .imgs .boxs {
  color      : #fff;
  position   : absolute;
  top        : 50%;
  left       : 50%;
  z-index    : 1;
  width      : 140px;
  height     : 42px;
  line-height: 42px;
  border     : 1px solid #d0e5da;
  text-align : center;
  transform  : translate(-50%, -50%);
  transition : all 0.3s;
  opacity    : 0;
  filter     : Alpha(opacity=0);
  font-size  : 15px;
}

.owl-demo2 .item dd:hover .imgs .boxs {
  opacity: 1.0;
  filter : Alpha(opacity=100);
}

.owl-demo2 .item dd .imgs:after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: #d74b2378;
  transition: all 0.3s;
  opacity   : 0;
  filter    : Alpha(opacity=0);
}

.owl-demo2 .item dd:hover .imgs:after {
  opacity: 1.0;
  filter : Alpha(opacity=100);
}

.owl-demo2 .item dd .txts {
  overflow           : hidden;
  position           : relative;
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : cover;
  transition         : all 0.3s;
}

.owl-demo2 .item dd .txts img {
  opacity: 0;
  filter : Alpha(opacity=0);
}

.owl-demo2 .item dd .txts .boxs {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  width    : 94%;
  max-width: 340px;
}

.owl-demo2 .item dd .txts .boxs .h3 {
  font-weight  : bold;
  overflow     : hidden;
  line-height  : 24px;
  height       : 48px;
  margin-top   : 8%;
  color        : #222222;
  font-size    : 18px;
  margin-bottom: 8%;
  transition   : all 0.3s;
}

.owl-demo2 .item dd .txts .boxs .h3 em {
  float      : right;
  margin-left: 2%;
  line-height: 72px;
  font-style : normal;
  font-weight: normal;
  color      : #888888;
  font-size  : 15px;
  font-family: Arial;
  transition : all 0.3s;
}

.owl-demo2 .item dd .txts .boxs .h3 span {
  display  : block;
  overflow : hidden;
  max-width: 186px;
}

.owl-demo2 .item dd .txts .boxs .p {
  color             : #888888;
  line-height       : 24px;
  height            : 72px;
  overflow          : hidden;
  text-overflow     : ellipsis;
  display           : -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size         : 15px;
  transition        : all 0.3s;
}

.owl-demo2 .item dd:hover .txts .boxs .h3 {
  color: #fff;
}

.owl-demo2 .item dd:hover .txts .boxs .h3 em {
  color: #64947a;
}

.owl-demo2 .item dd:hover .txts .boxs .p {
  color: #bed9cc;
}

.owl-demo2 .owl-item:nth-child(1) .item dd .txts {
  background-image: url(../image/i_bg2.jpg);
}

.owl-demo2 .owl-item:nth-child(2) .item dd .txts {
  background-image: url(../image/i_bg3.jpg);
}

.owl-demo2 .owl-item:nth-child(3) .item dd .txts {
  background-image: url(../image/i_bg4.jpg);
}

.owl-demo2 .owl-item:nth-child(1) .item dd:hover .txts {
  background-image: url(../image/i_bg2_on.jpg);
}

.owl-demo2 .owl-item:nth-child(2) .item dd:hover .txts {
  background-image: url(../image/i_bg3_on.jpg);
}

.owl-demo2 .owl-item:nth-child(3) .item dd:hover .txts {
  background-image: url(../image/i_bg4_on.jpg);
}



@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {

  /*产品推荐*/
  /*.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-60px;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-60px;}*/
  /*产品详细2*/
  .owl-demo9 .item dd .conts i {
    height     : 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1360px) {
  /*产品推荐*/
  /*.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:0px;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:0px;}*/

}

@media screen and (max-width: 1220px) {

  /*产品中心栏目*/
  #owl-demo5.owl-theme .owl-controls .owl-buttons {
    display: inline;
  }



}

@media screen and (max-width: 1100px) {
  /*首页团队*/


  /*新闻*/
  .owl-demo2 .item dd .imgs .boxs {
    width      : 120px;
    height     : 36px;
    line-height: 36px;
    font-size  : 14px;
  }

  .owl-demo2 .item dd .txts .boxs .h3 {
    margin-top: 0;
    font-size : 16px;
  }

  .owl-demo2 .item dd .txts .boxs .h3 em {
    font-size: 14px;
  }

  .owl-demo2 .item dd .txts .boxs .p {
    font-size: 14px;
  }


}

@media screen and (max-width: 980px) {

  /*首页团队*/
  .owl-demo4.owl-theme .owl-controls .owl-buttons {
    margin-top: -50px;
  }


  /*产品中心栏目*/
  /*#owl-demo5 .owl-controls .owl-buttons div{ margin-top:18px;}*/

  /*产品推荐*/
  .owl-demo5 .item dd .txts {
    height     : 50px;
    line-height: 50px;
  }

}

@media screen and (max-width: 789px) {

  /*首页团队*/
  .owl-demo4.owl-theme .owl-controls .owl-buttons {
    margin-top: -42px;
  }


  /*产品推荐*/
  .owl-demo5.owl-theme .owl-controls .owl-buttons {
    top: 70%;
  }

}

@media screen and (max-width: 640px) {
  .flash_div {
    display: block;
  }

  #a1portalSkin_ctr211899211899_mainArea {
    display: none;
  }

  /*#slider{ display:none;}
#sitecontent{ display:none;}
*/



  /*产品详细2*/
  .owl-demo9 .item dd .conts i {
    height     : 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 520px) {

  /*首页合作伙伴*/
  .owl-demo6 .item dd .cons span {
    font-size: 14px;
  }

}

@media screen and (max-width: 479px) {}

@media screen and (max-width: 480px) {

  /*新闻*/
  .owl-demo2 .item dd .imgs .boxs {
    width      : 100px;
    height     : 30px;
    line-height: 30px;
    font-size  : 12px;
  }

  .owl-demo2 .item dd .txts .boxs .h3 {
    margin-top   : 0;
    font-size    : 15px;
    margin-bottom: 4%;
    line-height  : 22px;
    height       : 44px;
  }

  .owl-demo2 .item dd .txts .boxs .h3 em {
    font-size: 12px;
  }

  .owl-demo2 .item dd .txts .boxs .p {
    font-size  : 12px;
    line-height: 20px;
    height     : 60px;
  }




  /*产品推荐*/

  /*产品详细2*/
  .owl-demo9 .item dd .conts i {
    height     : 38px;
    line-height: 38px;
    width      : 66%;
  }

}

@media screen and (max-width: 420px) {

  /*新闻*/
  .owl-demo2 .item dd .imgs .boxs {
    width      : 90px;
    height     : 28px;
    line-height: 28px;
  }

  .owl-demo2 .item dd .txts .boxs .h3 {
    font-size    : 14px;
    margin-bottom: 3%;
    line-height  : 20px;
    height       : 40px;
  }
}

@media screen and (max-width: 360px) {

  /*新闻*/


}</pre></body></html>